SelectRow Class

Represents a specific row from a current selection.

Definition

Namespace: Independentsoft.Office.Odf.Fields
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class SelectRow : Field
Inheritance
Object    Field    SelectRow

Constructors

SelectRow Initializes a new instance of the SelectRow class.

Properties

Condition Contains the condition for selecting a row.
Name Represents a source database by its name.
RowNumber Contains the row number to select when a condition is true.
TableName Represents a table within a source database.
TableType Specifies the reference made by a database table. The defined values are: -table : the value of the text:table-name attribute is the name of a database table. -query : the value of the text:table-name attribute is the name of a database query. -command : the value of the text:table-name attribute is an SQL statement.
Value Contains selected row.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetContentElements Returns all content elements.
(Overrides FieldGetContentElements)
GetHashCode
(Inherited from Object)
GetParent Returns the parent element.
(Inherited from Field)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current SelectRow object to its equivalent string representation.
(Overrides ObjectToString)

See Also